projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4f220d
)
Remove two unused variables in macfont.m
author
Philipp Stephani
<phst@google.com>
Sat, 16 Dec 2017 18:16:01 +0000
(19:16 +0100)
committer
Philipp Stephani
<phst@google.com>
Sat, 16 Dec 2017 18:16:01 +0000
(19:16 +0100)
* src/macfont.m (macfont_get_glyph_for_character): Remove two unused
variables.
src/macfont.m
patch
|
blob
|
history
diff --git
a/src/macfont.m
b/src/macfont.m
index 6985364b34e7b6b69e798b389fa93eb45fa8ba25..6c119d90dce8327df06de5d395185b64ebf1a4a6 100644
(file)
--- a/
src/macfont.m
+++ b/
src/macfont.m
@@
-1441,8
+1441,6
@@
macfont_get_glyph_for_character (struct font *font, UTF32Char c)
CGGlyph *glyphs;
int i, len;
int nrows;
- dispatch_queue_t queue;
- dispatch_group_t group = NULL;
int nkeys;
if (row != 0)